Sets the value of a style property of this C1TextElement.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public void SetValue<T>( StyleProperty prop, T value ) |
| Visual Basic |
|---|
Public Sub SetValue(Of T) ( _ prop As StyleProperty, _ value As T _ ) |
Parameters
- value
- Type: T
The value to set the style property.
Type Parameters
- T
- The type of the values of the parameter style property.